Classes of GLgroup handling: Classes "GLmultiPhiGroup""GLmultiPhiGroupSingle""GLmultiFGroup""GLmultiFGroupSingle""GLCGMatrixGroupSingle"
Description
Objects used to carry information mostly between invisible functions.
Arguments
Objects from the Class
Objects can be created by calls of the form
new("GLmultiPhiGroup", MatriceCG, group = 'GLgroup', grindex = 'list')new("GLmultiPhiGroupSingle", MatriceCG, group = 'GLgroup', grindex = 'list')new("GLmultiFGroup", MatriceCG, group = 'GLgroup', grindex = 'list')new("GLmultiFGroupSingle", MatriceCG, group = 'GLgroup', grindex = 'list')new("GLCGMatrixGroupSingle", MatriceCG, group = 'GLgroup', grindex = 'list')
Object of class "list" containing the indices of the probands of 'group'
GLmultiPhiGroup :
.Data:
Object of class "GLmultiMatrix"
group:
Object of class "GLgroup"
grindex:
Object of class "list" containing the indices of the probands of 'group'
GLmultiFGroup :
.Data:
Object of class "GLmultiVector"
group:
Object of class "GLgroup"
grindex:
Object of class "list" containing the indices of the probands of 'group'
Extends
Class "'>matrix", from data part.
Class "'>array", by class "matrix", distance 2.
Class "'>structure", by class "matrix", distance 3.
Class "'>vector", by class "matrix", distance 4, with explicit coerce.
Methods
[<-
signature(x = "GLCGMatrixGroupSingle", i = "ANY", j = "ANY", value = "ANY"): ...
[
signature(x = "GLCGMatrixGroupSingle", i = "ANY", j = "ANY", drop = "ANY"): ...
# NOT RUN {showClass("GLCGMatrixGroupSingle")
showClass("GLmultiFGroup")
showClass("GLmultiFGroupSingle")
showClass("GLmultiPhiGroupSingle")
showClass("GLmultiPhiGroup")
# }